home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / TALK.Dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  152 b   |  12 lines

  1. on exitFrame
  2.   if rollOver(13) then
  3.     cursor(280)
  4.   else
  5.     if rollOver(14) then
  6.       cursor(280)
  7.     else
  8.       cursor(-1)
  9.     end if
  10.   end if
  11. end
  12.